Param1Desc{Handle of a menu}CommandName{setMenuItemChecked}HelpPath{Menus}ReturnValue{}OpenBrace{ }Parameters{handle menu, int item, bool checked}CloseBrace{}Description{Checks or unchecks a menu item.}ReturnDescription{}Param1{menu}Param2{item}Param2Desc{Number specifying the item you want to change.  This is the number you assigned to the item with the addMenuItem command.}Param3{checked}Param3Desc{0 to uncheck the item, 1 to check it.}Param4{ }